| 1. | Function alter on function object 对函数object的alter权限 |
| 2. | Alter on function object 对函数object的alter权限 |
| 3. | In usual cases of method invocation the return result is a function object , which is then executed 方法调用通常返回的结果是一个函数对象,然后执行这个函数对象。 |
| 4. | The closure captures the information about the actual web service method stub to be invoked the function object called 闭包捕获真正被调用的web服务方法存根(称为 |
| 5. | For future reference , you can add any attribute to a function by setting it on the function object 为了将来引用,您可以通过将属性设置在函数对象上给函数添加任何属性。 |
| 6. | The following example uses the system function object definition to return the definition of user - defined function 下面的示例使用系统函数object _ definition返回用户定义函数 |
| 7. | Methods also support accessing ( but not setting ) the arbitrary function attributes on the underlying function object 方法也支持访问(不是设置)的其实际所调用的函数的任意属性 |
| 8. | We also often pass function objects to our own custom functions , but usually those amount to combinations of the mentioned built - ins 这种方法通常在调用链中,只要在某些地方有可能需要值,就会传递一些值(或带有多成员的结构) 。 |
| 9. | This implementation supports function objects with up to nine arguments . this is an implementation detail , not an inherent limitation of the design 当前的实现支持最多带有9个参数的函数对象。这一限制是由实现细节,而不是设计造成的。 |
| 10. | In this case the returned function object is a closure which encapsulates some logging code and the data needed to call the original function 这种情况下返回的函数对象就是一个闭包,其中封装了一些日志代码和最初的函数调用所需要的数据。 |